翻訳と辞書
Words near each other
・ Sumangali (1940 film)
・ Sumangali (1971 film)
・ Sumangali (1983 film)
・ Sumangali (child labour)
・ Sumangali Cable Vision
・ Sumangalo
・ Sumanirole
・ Sumanoh Kapen
・ Sumant Jayakrishnan
・ Sumant Misra
・ Sumant Moolgaokar
・ Sumant Sinha
・ Sumanta Baruah
・ Sumanth
・ Sumanth Art Productions
Sum (Unix)
・ Sum 41
・ Sum 41 discography
・ Sum activity of peripheral deiodinases
・ Sum addressed decoder
・ Sum Alahi Mong
・ Sum and Product Puzzle
・ Sum and Substance
・ Sum certain
・ Sum Elai-Mang
・ Sum frequency generation spectroscopy
・ Sum Mo Chikan
・ Sum of absolute differences
・ Sum of absolute transformed differences
・ Sum of angles of a triangle


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Sum (Unix) : ウィキペディア英語版
Sum (Unix)
Sum is a core Unix utility available on all Unix and Linux distributions. There is a GNU utility written by Kayvan Aghaiepour and David MacKenzie and distributed with the UNIX- and Linux-based operating systems. This utility outputs the checksum of each argument file, as well as the number of blocks they take on disk.〔 — manual pages from GNU coreutils
According to the manual page,〔 sum uses two different algorithms for calculating the checksum and blocks, the SYSV checksum algorithm and the BSD checksum (default) algorithm. Switching between the two algorithms is done via command line options.
The algorithms implemented in this program are less sensitive than more modern checksum methods; the SYSV algorithm does not even depend on the order of the data.
The GNU manual page states: "sum is provided for compatibility; the cksum program is preferable in new applications".
The sum utility is invoked from the command line according to the following syntax:
:sum ()... ()...
with the possible option parameters being:
* -r
*
* use BSD checksum algorithm, use 1K blocks (defeats -s)
* -s, --sysv
*
* use SYSV checksum algorithm, use 512 bytes blocks
* --help
*
* display the help screen and exit
* --version
*
* output version information and exit
When no file parameter is given, or when FILE is -, the standard input is used as input file.
==See also==

*GNU Core Utilities
*UnxUtils port to native Win32

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Sum (Unix)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.